summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorHaniel Barbosa <hanielbbarbosa@gmail.com>2018-04-30 15:33:21 -0500
committerGitHub <noreply@github.com>2018-04-30 15:33:21 -0500
commitd0e61e49bf51ca7d67188dd71b5f27cd45f6f2ff (patch)
tree0c5d181a17768cb1894036fcd16c8eaac8f7a5e4 /src/Makefile.am
parent859b55b3ba0d6aa43b71e05bdc83480313c107ac (diff)
Refactor real2int (#1813)
This commit refactors the real2int preprocessing pass into the new style. This commit is essentially just a code move and adds a regression test for the preprocessing pass.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 886cd1af9..e9fcb5913 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -72,6 +72,8 @@ libcvc4_la_SOURCES = \
preprocessing/passes/bool_to_bv.h \
preprocessing/passes/bv_to_bool.cpp \
preprocessing/passes/bv_to_bool.h \
+ preprocessing/passes/real_to_int.cpp \
+ preprocessing/passes/real_to_int.h \
preprocessing/passes/symmetry_detect.cpp \
preprocessing/passes/symmetry_detect.h \
preprocessing/preprocessing_pass.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback