diff options
author | Alex Auvolat <alex.auvolat@ansys.com> | 2014-07-30 09:54:46 +0200 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ansys.com> | 2014-07-30 09:54:46 +0200 |
commit | 818c737eb01abe1a47894c1fbfc35c3a3af804ef (patch) | |
tree | 07eabe71e340a26d2b46251ae14bff29c364ac61 /tests/Makefile | |
parent | 96c8e33777663aa79e3dc7bbf3860ee250f602d4 (diff) | |
download | scade-analyzer-818c737eb01abe1a47894c1fbfc35c3a3af804ef.tar.gz scade-analyzer-818c737eb01abe1a47894c1fbfc35c3a3af804ef.zip |
The heater example is not a very good example...
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 3631d67..5c0a34e 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -6,7 +6,7 @@ ALL_OUT=result/limiter.out result/limitera.out result/locals.out \ result/gilbreath.out result/half.out result/updown2.out \ result/abro.out \ result/rfollow.out result/cosinus.out \ - result/DiffSystem.out + result/DiffSystem.out result/tst_heater.out bin/%.test: source/%.scade test.c rm kcg/* |