summaryrefslogtreecommitdiff
path: root/test/java/LinearArith.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/java/LinearArith.java')
-rw-r--r--test/java/LinearArith.java17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/java/LinearArith.java b/test/java/LinearArith.java
index 9e745b663..3180b318f 100644
--- a/test/java/LinearArith.java
+++ b/test/java/LinearArith.java
@@ -1,3 +1,20 @@
+/********************* */
+/*! \file LinearArith.java
+ ** \verbatim
+ ** Top contributors (to current version):
+ ** Pat Hawks
+ ** This file is part of the CVC4 project.
+ ** Copyright (c) 2009-2018 by the authors listed in the file AUTHORS
+ ** in the top-level source directory) and their institutional affiliations.
+ ** All rights reserved. See the file COPYING in the top-level source
+ ** directory for licensing information.\endverbatim
+ **
+ ** \brief [[ Add one-line brief description here ]]
+ **
+ ** [[ Add lengthier description here ]]
+ ** \todo document this file
+ **/
+
import static org.junit.Assert.assertEquals;
import org.junit.Before;
import org.junit.Test;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback