~webapps/libunity-webapps/13.04

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Robert Carr
  • Date: 2011-12-05 23:24:29 UTC
  • Revision ID: racarr@canonical.com-20111205232429-0xdggjeijnpvy14p
Add a test

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AM_CPPFLAGS = \
 
2
        $(UNITY_WEBAPPS_CFLAGS) \
 
3
        -I../src
 
4
 
 
5
noinst_PROGRAMS = \
 
6
        test-webapps-service
 
7
 
 
8
test_webapps_service_SOURCES = \
 
9
        test-webapps-service.c
 
10
 
 
11
test_webapps_service_LDADD = $(UNITY_WEBAPPS_LIBS)
 
 
b'\\ No newline at end of file'