Makefile.am revision a41f104bfbd69e5f068e5ca312a2eb513d9e81b8
c25356d5978632df6203437e1953bcb29e0c736fTimo Sirainenif ENABLE_TESTS
1299f2c3723ca9ccf8f9e563ec23ee1a1721fe4cTimo Sirainenlxc_test_containertests_SOURCES = containertests.c
2a90d8a14b0e7cc1508814bc87d3dfa598ef46a8Timo Sirainenlxc_test_locktests_SOURCES = locktests.c
2a90d8a14b0e7cc1508814bc87d3dfa598ef46a8Timo Sirainenlxc_test_startone_SOURCES = startone.c
9137c55411aa39d41c1e705ddc34d5bd26c65021Timo Sirainenlxc_test_destroytest_SOURCES = destroytest.c
2a90d8a14b0e7cc1508814bc87d3dfa598ef46a8Timo Sirainenlxc_test_saveconfig_SOURCES = saveconfig.c
73bfdbe28c2ce6d143eadf0bab8ccfbe4cab0faeTimo Sirainenlxc_test_createtest_SOURCES = createtest.c
73bfdbe28c2ce6d143eadf0bab8ccfbe4cab0faeTimo Sirainenlxc_test_shutdowntest_SOURCES = shutdowntest.c
d8702d15ee7721ed1fcfc8f00a589970bd6b3598Timo Sirainenlxc_test_get_item_SOURCES = get_item.c
d8702d15ee7721ed1fcfc8f00a589970bd6b3598Timo Sirainenlxc_test_getkeys_SOURCES = getkeys.c
38505846b6d083e19f0a7d1373761bdda5d9a5a9Timo Sirainenlxc_test_lxcpath_SOURCES = lxcpath.c
38505846b6d083e19f0a7d1373761bdda5d9a5a9Timo Sirainenlxc_test_cgpath_SOURCES = cgpath.c
38505846b6d083e19f0a7d1373761bdda5d9a5a9Timo Sirainenlxc_test_clonetest_SOURCES = clonetest.c
73bfdbe28c2ce6d143eadf0bab8ccfbe4cab0faeTimo Sirainenlxc_test_console_SOURCES = console.c
73bfdbe28c2ce6d143eadf0bab8ccfbe4cab0faeTimo Sirainenlxc_usernic_test_SOURCES = ../lxc/lxc_user_nic.c ../lxc/nl.c
9137c55411aa39d41c1e705ddc34d5bd26c65021Timo Sirainenlxc_usernic_test_CFLAGS = -DISTEST
7c849dbc7be089175c1a83a84ee7249ed695810dTimo Sirainenlxc_test_snapshot_SOURCES = snapshot.c
7c849dbc7be089175c1a83a84ee7249ed695810dTimo Sirainenlxc_test_concurrent_SOURCES = concurrent.c
9137c55411aa39d41c1e705ddc34d5bd26c65021Timo Sirainenlxc_test_may_control_SOURCES = may_control.c
9137c55411aa39d41c1e705ddc34d5bd26c65021Timo Sirainenlxc_test_reboot_SOURCES = reboot.c
9137c55411aa39d41c1e705ddc34d5bd26c65021Timo Sirainenlxc_test_list_SOURCES = list.c
9137c55411aa39d41c1e705ddc34d5bd26c65021Timo SirainenAM_CFLAGS=-I$(top_srcdir)/src \
d1414c09cf0d58ac983054e2f4e1a1f329272dcfTimo Sirainen -DLXCROOTFSMOUNT=\"$(LXCROOTFSMOUNT)\" \
d1414c09cf0d58ac983054e2f4e1a1f329272dcfTimo Sirainen -DLXCPATH=\"$(LXCPATH)\" \
73bfdbe28c2ce6d143eadf0bab8ccfbe4cab0faeTimo Sirainen -DLXC_GLOBAL_CONF=\"$(LXC_GLOBAL_CONF)\" \
d1414c09cf0d58ac983054e2f4e1a1f329272dcfTimo Sirainen -DLXCINITDIR=\"$(LXCINITDIR)\" \
d1414c09cf0d58ac983054e2f4e1a1f329272dcfTimo Sirainen -DLXC_DEFAULT_CONFIG=\"$(LXC_DEFAULT_CONFIG)\"
8eea67470c1bd8562a62e7445d930bb2079b1a43Timo Sirainenbin_PROGRAMS = lxc-test-containertests lxc-test-locktests lxc-test-startone \
8eea67470c1bd8562a62e7445d930bb2079b1a43Timo Sirainen lxc-test-destroytest lxc-test-saveconfig lxc-test-createtest \
8eea67470c1bd8562a62e7445d930bb2079b1a43Timo Sirainen lxc-test-shutdowntest lxc-test-get_item lxc-test-getkeys lxc-test-lxcpath \
8eea67470c1bd8562a62e7445d930bb2079b1a43Timo Sirainen lxc-test-cgpath lxc-test-clonetest lxc-test-console lxc-usernic-test \
64e244defe74f513ce94f33d000a048ddbe2ea23Timo Sirainen lxc-test-snapshot lxc-test-concurrent lxc-test-may-control \
64e244defe74f513ce94f33d000a048ddbe2ea23Timo Sirainen lxc-test-reboot lxc-test-list
f016dec9837e6a41867708e4b89ca5308dedab05Timo Sirainenbin_SCRIPTS = lxc-test-usernic
73bfdbe28c2ce6d143eadf0bab8ccfbe4cab0faeTimo Sirainenif DISTRO_UBUNTU
64e244defe74f513ce94f33d000a048ddbe2ea23Timo Sirainenbin_SCRIPTS += lxc-test-ubuntu
64e244defe74f513ce94f33d000a048ddbe2ea23Timo SirainenEXTRA_DIST = \
9137c55411aa39d41c1e705ddc34d5bd26c65021Timo Sirainen lxc-test-usernic \
6ef7e31619edfaa17ed044b45861d106a86191efTimo Sirainen lxc-test-ubuntu \