- Make test-python_loader a unit test instead of an integration test

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@520 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-03-09 22:20:55 +00:00
parent ef733b37e8
commit ec3361cb84
4 changed files with 82 additions and 51 deletions

View file

@ -1,3 +1,36 @@
2006-03-09 21:56 tchernobog
* trunk/Makefile.am, trunk/src/backend/observed_subject.hh,
trunk/src/backend/pyloader/python_policy.cc,
trunk/src/backend/scheduler.cc, trunk/src/backend/scheduler.hh,
trunk/src/simulation.cc, trunk/src/simulation.hh,
trunk/src/testsuite/python_loader_configure.py,
trunk/src/testsuite/python_loader_get_time_slice.py,
trunk/src/testsuite/python_loader_is_preemptive.py,
trunk/src/testsuite/python_loader_sort_queue.py,
trunk/src/testsuite/test-python_loader.cc,
trunk/src/text_simulation.cc: - Update test-python_loader, do not
link to libpyloader anymore - TODO: sigsegv (due to an hidden
vtable?)
2006-03-09 21:02 tchernobog
* trunk/Makefile.am, trunk/configure.ac: - Add support for
conditional compilation of tests
2006-03-09 16:25 matrevis
* trunk/src/testsuite/test-history.cc,
trunk/src/testsuite/test-stepforward.cc: - ArthurDent - Test
completato codice del test di history
2006-03-09 11:37 tchernobog
* trunk/ChangeLog, trunk/Makefile.am, trunk/src/backend/history.cc,
trunk/src/backend/history.hh, trunk/src/testsuite/test-history.cc,
trunk/src/testsuite/test-parse_command.cc: - Fix compilation of
test-history
2006-03-09 10:49 tchernobog
* trunk/Makefile.am, trunk/src/backend/global_settings.cc,