See ChangeLog 19990619-10:42

This commit is contained in:
Ryszard Glab
1999-06-19 10:31:07 +00:00
parent 0574e1ab81
commit cf05c3d90d
3 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
19990619-10:42 Ryszard Glab <rglab@imid.med.pl>
* tests/working/Makefile
* moved some files into BAD_PRG_SOURCES
* tests/working/testid.prg
+ added TODO comment because it core dumps if /dTEST is not passed
19990619-09:49 CET Patrick Mast
* Updated build numbers

View File

@@ -53,7 +53,6 @@ PRG_SOURCES=\
instr.prg \
iotest.prg \
iotest2.prg \
keywords.prg \
longstr.prg \
mankala.prg \
mathtest.prg \
@@ -78,8 +77,6 @@ PRG_SOURCES=\
seconds.prg \
set_num.prg \
set_test.prg \
spawn.prg \
spawn2.prg \
statfun.prg \
statics.prg \
strcmp.prg \
@@ -91,7 +88,6 @@ PRG_SOURCES=\
strip.prg \
t1.prg \
test.prg \
test10.prg \
test_all.prg \
testcgi.prg \
testerro.prg \
@@ -99,7 +95,6 @@ PRG_SOURCES=\
testgt.prg \
testhbf.prg \
testhtml.prg \
testid.prg \
testinc.prg \
testmem.prg \
teststr.prg \
@@ -112,6 +107,11 @@ PRG_SOURCES=\
BAD_PRG_SOURCES=\
dupvars.prg \
spawn.prg \
spawn2.prg \
keywords.prg \
test10.prg \
testid.prg \
LIBS=\
vm \

View File

@@ -1,6 +1,9 @@
//NOTEST
// Warning: This sample must be tested using /dTEST compiler flag
//TODO: Check why there is core dump om Linux if this file is compiled
// without /dTEST
#define FIRST
#define SECOND
#define THIRD