From fa30a3845467a521ad8b9d8b9fa989fa43d66a34 Mon Sep 17 00:00:00 2001 From: Jeremie Laval Date: Sun, 6 Oct 2013 19:43:05 -0500 Subject: [PATCH] [build] Add missing csfiles and csproj to tests Makefile.am --- tests/Makefile.am | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index d3b1f31..6e765a9 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -5,6 +5,18 @@ XBUILD_Q = $(XBUILD) /nologo /verbosity:quiet NUNIT_CONSOLE = $$(echo $$(which nunit-console2 || which nunit-console)) RUNNER = $(NUNIT_CONSOLE) -nologo +CSFILES = AddressTest.cs \ + AuthenticationTest.cs \ + MatchRuleTest.cs \ + ObjectPathTest.cs \ + SignatureTest.cs \ + BusTests.cs \ + ExportInterfaceTest.cs \ + RenamedInterfaceTest.cs \ + MessageReaderTest.cs \ + MessageWriterTest.cs \ + IntrospectorTest.cs + if ENABLE_TESTS all: $(TARGET) @@ -30,7 +42,8 @@ run: check endif EXTRA_DIST = \ - $(CSFILES) + $(CSFILES) \ + dbus-sharp-tests.csproj CLEANFILES = \ $(TARGET) \