# # ChangeLog for uspace/app/tester/tester.c in mainline # # Generated by Trac 1.5.4 # 2024-06-17T06:04:01Z Tue, 21 Dec 2010 16:17:02 GMT Jakub Jermar [61cc94e] * uspace/app/tester/Makefile (modified) * uspace/app/tester/ipc/connect.c (deleted) * uspace/app/tester/ipc/connect.def (deleted) * uspace/app/tester/ipc/register.c (deleted) * uspace/app/tester/ipc/register.def (deleted) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) Remove two IPC tests which became quite pointless. Fri, 17 Dec 2010 21:29:22 GMT Vojtech Horky [424558a] * uspace/app/tester/Makefile (modified) * uspace/app/tester/hw/misc/virtchar1.c (added) * uspace/app/tester/hw/misc/virtchar1.def (added) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/drv/rootvirt/devices.def (modified) * uspace/drv/test1/Makefile (modified) * uspace/drv/test1/char.c (added) * uspace/drv/test1/test1.c (modified) * uspace/drv/test1/test1.h (added) Add null char device and test for it Currently, the test only ... Fri, 26 Nov 2010 13:31:59 GMT Martin Decky [ffdd2b9] * uspace/Makefile (modified) * uspace/app/test_serial/Makefile (deleted) * uspace/app/tester/Makefile (modified) * uspace/app/tester/hw/serial/serial1.c (moved) * uspace/app/tester/hw/serial/serial1.def (added) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) integrate standalone test_serial into the tester framework