Add a unit test for tor_spawn_background

- Test sucessfully starting a process
- Test failing to find the executable
This commit is contained in:
Steven Murdoch
2010-10-10 18:12:23 +01:00
parent 68e576e9f9
commit 8a12ce2cf9
6 changed files with 96 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
TESTS = test
noinst_PROGRAMS = test
noinst_PROGRAMS = test test-child
AM_CPPFLAGS = -DSHARE_DATADIR="\"$(datadir)\"" \
-DLOCALSTATEDIR="\"$(localstatedir)\"" \