Rename examples to misc and tests to examples

master
rubenwardy 2016-02-22 00:09:46 +00:00
parent d3f789aa9a
commit e5c4b67ec3
13 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ bool run_tests()
TEST(dirLeft(LEFT) == DOWN);
Canvas d;
TEST(d.readFromFile("tests/hello_world.rf"));
TEST(d.readFromFile("examples/hello_world.rf"));
std::string line = "> v";
int y = 0;

View File

@ -2,9 +2,9 @@
rm -rf /tmp/rufunge
mkdir /tmp/rufunge
mkdir /tmp/rufunge/tests
mkdir /tmp/rufunge/examples
for name in tests/*.rf; do
for name in examples/*.rf; do
./bin/a $name > /tmp/rufunge/$name.txt
echo Result for $name: