GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Erlang HTTP toolkit
Clone URL: git://github.com/abhay/mochiweb.git
test target for makefile

git-svn-id: http://mochiweb.googlecode.com/svn/trunk@52 
583d1f64-3c3e-0410-8459-0f15fcd77d59
bob.ippolito (author)
Fri Feb 15 13:54:17 -0800 2008
commit  557a8e391a212c15c9fd976a00efa9cb2be27b58
tree    6b53f2e270294e35afa5bb1f00ff170fd224909b
parent  be1b1708968fcca6087214d86bebcb085b5415b4
...
1
2
3
 
 
 
4
5
...
1
2
3
4
5
6
7
8
0
@@ -1,5 +1,8 @@
0
 all:
0
   (cd src;$(MAKE))
0
 
0
+test:
0
+ (cd src;$(MAKE) test)
0
+
0
 clean:
0
   (cd src;$(MAKE) clean)
...
7
8
9
 
 
 
...
7
8
9
10
11
12
0
@@ -7,3 +7,6 @@ debug:
0
 
0
 clean:
0
   rm -rf $(EBIN_FILES)
0
+
0
+test: all
0
+ $(ERL) -noshell -pa ../ebin -s mochiweb test -s init stop

Comments

    No one has commented yet.