------------------------------------------------------------ revno: 1493 committer: Dmitrijs Ledkovs <[email protected]> branch nick: upstart timestamp: Fri 2013-06-28 10:50:19 +0100 message: dear automake, test_conf_preload.sh is not a C program modified: init/Makefile.am
-- lp:upstart https://code.launchpad.net/~upstart-devel/upstart/trunk Your team Upstart Reviewers is subscribed to branch lp:upstart. To unsubscribe from this branch go to https://code.launchpad.net/~upstart-devel/upstart/trunk/+edit-subscription
=== modified file 'init/Makefile.am' --- init/Makefile.am 2013-06-27 11:01:46 +0000 +++ init/Makefile.am 2013-06-28 09:50:19 +0000 @@ -171,7 +171,26 @@ $< > $@ chmod +x $@ -check_PROGRAMS = $(TESTS) test_conf +check_PROGRAMS = \ + test_system \ + test_environ \ + test_process \ + test_conf \ + test_job_class \ + test_job_process \ + test_job \ + test_log \ + test_state \ + test_event \ + test_event_operator \ + test_blocked \ + test_parse_job \ + test_parse_conf \ + test_conf_static \ + test_xdg \ + test_control \ + test_main + check_SCRIPTS = test_conf_preload.sh CLEANFILES += $(check_SCRIPTS)
-- upstart-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/upstart-devel
