diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-11-24 21:49:06 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-11-24 21:49:06 -0500 |
commit | f1b92556c2189b5b5dbd5d81d966f2d2a8e9b2ab (patch) | |
tree | f4addfcd09e728e64b74298e381e43e28ba58798 /tests/dimension/Makefile.am | |
parent | a3a951ce9e87af1036c97c99987812273f62224c (diff) | |
download | dimension-f1b92556c2189b5b5dbd5d81d966f2d2a8e9b2ab.tar.xz |
New arithmetic expression test.
Diffstat (limited to 'tests/dimension/Makefile.am')
-rw-r--r-- | tests/dimension/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/dimension/Makefile.am b/tests/dimension/Makefile.am index d0824d1..61fded3 100644 --- a/tests/dimension/Makefile.am +++ b/tests/dimension/Makefile.am @@ -19,7 +19,7 @@ INCLUDES = -I$(top_srcdir)/libdimension -TESTS = punctuation.sh numeric.sh strings.sh labels.sh directives.sh demo.sh +TESTS = punctuation.sh numeric.sh strings.sh labels.sh directives.sh arithexp.sh demo.sh TESTS_ENVIRONMENT = top_builddir=$(top_builddir) .sh: @@ -31,6 +31,7 @@ EXTRA_DIST = $(TESTS) \ strings.pov \ labels.pov \ directives.pov \ + arithexp.pov \ demo.pov clean-local: |