Skip to content

Commit

Permalink
Committer: Tamio Vesa Nakajima <[email protected]>
Browse files Browse the repository at this point in the history
Made examples better
added -r to buildtests
adde revision control to tests
 Changes to be committed:
	modified:   README.md
	deleted:    examples/aorib/buildtests.sh
	deleted:    examples/aorib/eval/eval.bin
	deleted:    examples/aorib/eval/eval.cpp
	deleted:    examples/aorib/eval/makefile
	deleted:    examples/aorib/incf/fixed
	deleted:    examples/aorib/incf/random
	deleted:    examples/aorib/ingen/ingen.bin
	deleted:    examples/aorib/ingen/ingen.cpp
	deleted:    examples/aorib/ingen/makefile
	deleted:    examples/aorib/lib.sh
	deleted:    examples/aorib/okgen/makefile
	deleted:    examples/aorib/okgen/okgen.bin
	deleted:    examples/aorib/okgen/okgen.cpp
	deleted:    examples/aorib/problemconfig.sh
	deleted:    examples/aorib/run.sh
	deleted:    examples/aorib/src/ok.cpp
	deleted:    examples/aorib/src/tle.cpp
	deleted:    examples/aorib/src/wa.cpp
	deleted:    examples/aorib/stage/aorib.bin
	deleted:    examples/aorib/testmanifest
	deleted:    examples/aorib/tests/aorib-1.in
	deleted:    examples/aorib/tests/aorib-1.ok
	deleted:    examples/aorib/tests/aorib-10.in
	deleted:    examples/aorib/tests/aorib-10.ok
	deleted:    examples/aorib/tests/aorib-11.in
	deleted:    examples/aorib/tests/aorib-11.ok
	deleted:    examples/aorib/tests/aorib-12.in
	deleted:    examples/aorib/tests/aorib-12.ok
	deleted:    examples/aorib/tests/aorib-13.in
	deleted:    examples/aorib/tests/aorib-13.ok
	deleted:    examples/aorib/tests/aorib-14.in
	deleted:    examples/aorib/tests/aorib-14.ok
	deleted:    examples/aorib/tests/aorib-15.in
	deleted:    examples/aorib/tests/aorib-15.ok
	deleted:    examples/aorib/tests/aorib-16.in
	deleted:    examples/aorib/tests/aorib-16.ok
	deleted:    examples/aorib/tests/aorib-17.in
	deleted:    examples/aorib/tests/aorib-17.ok
	deleted:    examples/aorib/tests/aorib-18.in
	deleted:    examples/aorib/tests/aorib-18.ok
	deleted:    examples/aorib/tests/aorib-2.in
	deleted:    examples/aorib/tests/aorib-2.ok
	deleted:    examples/aorib/tests/aorib-3.in
	deleted:    examples/aorib/tests/aorib-3.ok
	deleted:    examples/aorib/tests/aorib-4.in
	deleted:    examples/aorib/tests/aorib-4.ok
	deleted:    examples/aorib/tests/aorib-5.in
	deleted:    examples/aorib/tests/aorib-5.ok
	deleted:    examples/aorib/tests/aorib-6.in
	deleted:    examples/aorib/tests/aorib-6.ok
	deleted:    examples/aorib/tests/aorib-7.in
	deleted:    examples/aorib/tests/aorib-7.ok
	deleted:    examples/aorib/tests/aorib-8.in
	deleted:    examples/aorib/tests/aorib-8.ok
	deleted:    examples/aorib/tests/aorib-9.in
	deleted:    examples/aorib/tests/aorib-9.ok
	renamed:    examples/aplusb/buildtests.sh -> examples/aplusb/buildtests
	renamed:    examples/aplusb/lib.sh -> examples/aplusb/lib
	new file:   examples/aplusb/oldtests/big.zip
	new file:   examples/aplusb/oldtests/first.zip
	new file:   examples/aplusb/oldtests/ls.zip
	new file:   examples/aplusb/oldtests/second.zip
	renamed:    examples/aplusb/problemconfig.sh -> examples/aplusb/problemconfig
	renamed:    examples/tmp/run.sh -> examples/aplusb/run
	deleted:    examples/aplusb/run.sh
	deleted:    examples/aplusb/stage/aplusb.bin
	deleted:    examples/aplusb/stage/aplusb.in
	renamed:    examples/aorib/incf/makefile -> examples/aplusb/tests/tests/aplusb-0.in
	renamed:    examples/aorib/tests/aorib-0.ok -> examples/aplusb/tests/tests/aplusb-0.ok
	renamed:    examples/aorib/src/makefile -> examples/aplusb/tests/tests/aplusb-1.in
	new file:   examples/aplusb/tests/tests/aplusb-1.ok
	renamed:    examples/aorib/stage/aorib.in -> examples/aplusb/tests/tests/aplusb-2.in
	new file:   examples/aplusb/tests/tests/aplusb-2.ok
	renamed:    examples/aorib/tests/aorib-0.in -> examples/aplusb/tests/tests/aplusb-3.in
	new file:   examples/aplusb/tests/tests/aplusb-3.ok
	deleted:    examples/tmp/buildtests.sh
	deleted:    examples/tmp/eval/makefile
	deleted:    examples/tmp/incf/makefile
	deleted:    examples/tmp/ingen/makefile
	deleted:    examples/tmp/lib.sh
	deleted:    examples/tmp/okgen/makefile
	deleted:    examples/tmp/problemconfig.sh
	deleted:    examples/tmp/src/makefile
	deleted:    examples/tmp/testmanifest
	deleted:    examples/tmp/todo
	modified:   makeproject
	modified:   src/buildtests
	modified:   test/test_everything.sh
  • Loading branch information
Tamio Vesa Nakajima authored and Tamio Vesa Nakajima committed May 20, 2018
1 parent a716a90 commit 4f115c5
Show file tree
Hide file tree
Showing 89 changed files with 72 additions and 704 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ eval | Contains files related to evaluation
eval/makefile | A file that needs to make the evaluator, eval/eval.bin
eval/eval.bin | A file that evaluates. It will read the input file from *problemname*.in, the output file from *problemname*.out, the ok file from *problemname*.ok. It will write the score to *stdout* and the evaluation message to *stderr*.
tests | Holds tests
oldtests | Holds old revisions of tests
stage | Where evaluation happens

testmanifest format:
Expand Down
Binary file removed examples/aorib/eval/eval.bin
Binary file not shown.
22 changes: 0 additions & 22 deletions examples/aorib/eval/eval.cpp

This file was deleted.

2 changes: 0 additions & 2 deletions examples/aorib/eval/makefile

This file was deleted.

1 change: 0 additions & 1 deletion examples/aorib/incf/fixed

This file was deleted.

1 change: 0 additions & 1 deletion examples/aorib/incf/random

This file was deleted.

Binary file removed examples/aorib/ingen/ingen.bin
Binary file not shown.
16 changes: 0 additions & 16 deletions examples/aorib/ingen/ingen.cpp

This file was deleted.

2 changes: 0 additions & 2 deletions examples/aorib/ingen/makefile

This file was deleted.

100 changes: 0 additions & 100 deletions examples/aorib/lib.sh

This file was deleted.

2 changes: 0 additions & 2 deletions examples/aorib/okgen/makefile

This file was deleted.

Binary file removed examples/aorib/okgen/okgen.bin
Binary file not shown.
14 changes: 0 additions & 14 deletions examples/aorib/okgen/okgen.cpp

This file was deleted.

2 changes: 0 additions & 2 deletions examples/aorib/problemconfig.sh

This file was deleted.

107 changes: 0 additions & 107 deletions examples/aorib/run.sh

This file was deleted.

10 changes: 0 additions & 10 deletions examples/aorib/src/ok.cpp

This file was deleted.

2 changes: 0 additions & 2 deletions examples/aorib/src/tle.cpp

This file was deleted.

4 changes: 0 additions & 4 deletions examples/aorib/src/wa.cpp

This file was deleted.

Binary file removed examples/aorib/stage/aorib.bin
Binary file not shown.
2 changes: 0 additions & 2 deletions examples/aorib/testmanifest

This file was deleted.

Empty file removed examples/aorib/tests/aorib-1.in
Empty file.
2 changes: 0 additions & 2 deletions examples/aorib/tests/aorib-1.ok

This file was deleted.

Empty file removed examples/aorib/tests/aorib-10.in
Empty file.
2 changes: 0 additions & 2 deletions examples/aorib/tests/aorib-10.ok

This file was deleted.

Empty file removed examples/aorib/tests/aorib-11.in
Empty file.
2 changes: 0 additions & 2 deletions examples/aorib/tests/aorib-11.ok

This file was deleted.

Empty file removed examples/aorib/tests/aorib-12.in
Empty file.
2 changes: 0 additions & 2 deletions examples/aorib/tests/aorib-12.ok

This file was deleted.

Empty file removed examples/aorib/tests/aorib-13.in
Empty file.
2 changes: 0 additions & 2 deletions examples/aorib/tests/aorib-13.ok

This file was deleted.

Empty file removed examples/aorib/tests/aorib-14.in
Empty file.
2 changes: 0 additions & 2 deletions examples/aorib/tests/aorib-14.ok

This file was deleted.

Empty file removed examples/aorib/tests/aorib-15.in
Empty file.
2 changes: 0 additions & 2 deletions examples/aorib/tests/aorib-15.ok

This file was deleted.

Empty file removed examples/aorib/tests/aorib-16.in
Empty file.
2 changes: 0 additions & 2 deletions examples/aorib/tests/aorib-16.ok

This file was deleted.

Empty file removed examples/aorib/tests/aorib-17.in
Empty file.
2 changes: 0 additions & 2 deletions examples/aorib/tests/aorib-17.ok

This file was deleted.

Empty file removed examples/aorib/tests/aorib-18.in
Empty file.
2 changes: 0 additions & 2 deletions examples/aorib/tests/aorib-18.ok

This file was deleted.

Empty file removed examples/aorib/tests/aorib-2.in
Empty file.
2 changes: 0 additions & 2 deletions examples/aorib/tests/aorib-2.ok

This file was deleted.

Empty file removed examples/aorib/tests/aorib-3.in
Empty file.
2 changes: 0 additions & 2 deletions examples/aorib/tests/aorib-3.ok

This file was deleted.

Empty file removed examples/aorib/tests/aorib-4.in
Empty file.
2 changes: 0 additions & 2 deletions examples/aorib/tests/aorib-4.ok

This file was deleted.

Empty file removed examples/aorib/tests/aorib-5.in
Empty file.
2 changes: 0 additions & 2 deletions examples/aorib/tests/aorib-5.ok

This file was deleted.

Empty file removed examples/aorib/tests/aorib-6.in
Empty file.
2 changes: 0 additions & 2 deletions examples/aorib/tests/aorib-6.ok

This file was deleted.

Empty file removed examples/aorib/tests/aorib-7.in
Empty file.
2 changes: 0 additions & 2 deletions examples/aorib/tests/aorib-7.ok

This file was deleted.

Empty file removed examples/aorib/tests/aorib-8.in
Empty file.
2 changes: 0 additions & 2 deletions examples/aorib/tests/aorib-8.ok

This file was deleted.

Empty file removed examples/aorib/tests/aorib-9.in
Empty file.
2 changes: 0 additions & 2 deletions examples/aorib/tests/aorib-9.ok

This file was deleted.

Loading

0 comments on commit 4f115c5

Please sign in to comment.