summaryrefslogtreecommitdiff
path: root/test/signatures
diff options
context:
space:
mode:
Diffstat (limited to 'test/signatures')
-rw-r--r--test/signatures/CMakeLists.txt10
-rw-r--r--[-rwxr-xr-x]test/signatures/run_test.py10
2 files changed, 20 insertions, 0 deletions
diff --git a/test/signatures/CMakeLists.txt b/test/signatures/CMakeLists.txt
index 64da9fad2..aaf05ca93 100644
--- a/test/signatures/CMakeLists.txt
+++ b/test/signatures/CMakeLists.txt
@@ -1,3 +1,13 @@
+#####################
+## CMakeLists.txt
+## Top contributors (to current version):
+## Andres Noetzli
+## This file is part of the CVC4 project.
+## Copyright (c) 2009-2020 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.
+##
set(lfsc_test_file_list
drat_test.plf
er_test.plf
diff --git a/test/signatures/run_test.py b/test/signatures/run_test.py
index df612e20a..dc639f1df 100755..100644
--- a/test/signatures/run_test.py
+++ b/test/signatures/run_test.py
@@ -1,4 +1,14 @@
#!/usr/bin/env python
+#####################
+## run_test.py
+## Top contributors (to current version):
+## Andres Noetzli, Alex Ozdemir
+## This file is part of the CVC4 project.
+## Copyright (c) 2009-2020 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.
+##
import argparse
import re
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback