Changeset 52

Show
Ignore:
Timestamp:
07/02/08 10:33:27 (5 months ago)
Author:
jtang
Message:

Renamed Java "examples" director to "tests", as that they are unit tests.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libsipc/bindings/java/Makefile

    r49 r52  
    8888clean: 
    8989        -rm -f $(SWIG_WRAP) $(SWIG_SRC) $(CLASSES) $(SWIG_CLASSES) $(JARTARGET) $(TARGET) $(LIBSO) $(OBJS) 
     90        $(MAKE) -C tests clean 
    9091 
    9192.PHONY: all install clean javadoc 
  • trunk/libsipc/bindings/java/tests/Makefile

    r50 r52  
    1818all: 
    1919 
    20 tests: $(CLASSES) 
     20tests: $(CLASSES) $(SIPC_KEYS) 
    2121 
    2222check: $(SIPC_KEYS) tests 
     
    2929        $(JAVAC) $(AM_JFLAGS) $(JFLAGS) $< 
    3030 
     31clean: 
     32        rm -f $(CLASSES) $(SIPC_KEYS) out.dat out.trimmed 
     33 
    3134.PHONY: all tests check clean 
    3235        rm -f *.class core $(SIPC_KEYS)