Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
[build] Add missing csfiles and csproj to tests Makefile.am
Browse files Browse the repository at this point in the history
  • Loading branch information
garuma committed Oct 7, 2013
1 parent 3cfb4c0 commit fa30a38
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -30,7 +42,8 @@ run: check
endif

EXTRA_DIST = \
$(CSFILES)
$(CSFILES) \
dbus-sharp-tests.csproj

CLEANFILES = \
$(TARGET) \
Expand Down

0 comments on commit fa30a38

Please sign in to comment.