diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-06-02 17:22:12 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-06-02 17:22:12 +0200 |
commit | ed60746355044dd39acd82b8f42c4d9886914567 (patch) | |
tree | a958825cb9bca8960eafb41c373d91e22ca9e4ed /tests/makefile | |
parent | 62166bfe7031522bd851eb5d7047a19182e24a45 (diff) | |
download | cli-ed60746355044dd39acd82b8f42c4d9886914567.tar.gz cli-ed60746355044dd39acd82b8f42c4d9886914567.tar.xz cli-ed60746355044dd39acd82b8f42c4d9886914567.zip |
Implement generation of specifier functions (--generate-specifier)
These functions determine whether the option was specified on the command
line. New test: specifier.
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 109c48d..0d96d76 100644 --- a/tests/makefile +++ b/tests/makefile @@ -5,7 +5,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make -tests := ctor erase file lexer parser +tests := ctor erase file lexer parser specifier default := $(out_base)/ test := $(out_base)/.test |