worked on getting tests directory part of the grand Makefile
authorPatrik Gornicz <Gornicz.P@gmail.com>
Sun, 7 Jun 2009 23:09:28 +0000 (19:09 -0400)
committerPatrik Gornicz <Gornicz.P@gmail.com>
Sun, 7 Jun 2009 23:09:28 +0000 (19:09 -0400)
commit48f93b39329893d5c9afa38497fd3578641523ac
treee1a608fe094e18c2a5365b28dd07f75d7daec08c
parent9cc902bf682613962e36a2aa08bebdc93026ed60
worked on getting tests directory part of the grand Makefile
19 files changed:
Makefile
tests/1/Makefile [deleted file]
tests/1/libs/libbear.so.0 [deleted symlink]
tests/Makefile [deleted file]
tests/dir.mk [new file with mode: 0644]
tests/printTrace/Makefile [deleted symlink]
tests/printTrace/libs/libbear.so.0 [deleted symlink]
tests/rules.mk [new file with mode: 0644]
tests/src/1/dir.mk [new file with mode: 0644]
tests/src/1/files.mk [moved from tests/printTrace/src/dir.mk with 51% similarity]
tests/src/1/main.cpp [moved from tests/1/src/main.cpp with 100% similarity]
tests/src/1/rules.mk [new file with mode: 0644]
tests/src/1/vars.mk [new file with mode: 0644]
tests/src/dir.mk [new file with mode: 0644]
tests/src/files.mk [new file with mode: 0644]
tests/src/printTrace/dir.mk [new file with mode: 0644]
tests/src/printTrace/files.mk [moved from tests/1/src/dir.mk with 51% similarity]
tests/src/printTrace/main.cpp [moved from tests/printTrace/src/main.cpp with 100% similarity]
tests/vars.mk [new file with mode: 0644]