diff options
author | Hugo Mills <[email protected]> | 2018-07-14 17:49:32 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-11-24 23:00:01 +0100 |
commit | 40db558812f5e0fee0607baeae0248e3166bc07b (patch) | |
tree | f1a1a22f3db3bb11f7e50f2c44ded89a98053957 /test/Makefile | |
parent | 1a5852f6750615f72e3523bb8685f98210f81e11 (diff) | |
download | erlang.mk-40db558812f5e0fee0607baeae0248e3166bc07b.tar.gz erlang.mk-40db558812f5e0fee0607baeae0248e3166bc07b.tar.bz2 erlang.mk-40db558812f5e0fee0607baeae0248e3166bc07b.zip |
Test case for yecc, switching between test mode and normal mode
With a yecc grammar in the project, and this sequence of commands:
$ make clean
$ make check
$ make
$ make
the "make check" succeeds. The first "make" fails because the .erl
file built from the .yrl file doesn't exist. The second "make"
succeeds.
Add a test case for this situation.
Signed-off-by: Hugo Mills <[email protected]>
Diffstat (limited to 'test/Makefile')
0 files changed, 0 insertions, 0 deletions