summaryrefslogtreecommitdiffstats
path: root/qtsharp/src/tests/Makefile.am
blob: a264205525e66eefaf07708ac2f1965b30b87471 (plain)
1
2
3
4
5
6
7
8
9
10
11
#TESTS = lookuptest.exe
TESTS =

all-local: $(TESTS)

lookuptest.exe: lookuptest.cs
	$(MCS) -o $@ $^ -r Qt -lib:../bindings
	chmod 755 $@

CLEANFILES = $(TESTS)