Navigation Menu

Skip to content

Commit

Permalink
renamed test source files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikdttr committed Mar 15, 2010
1 parent dbeffe5 commit d9f1fed
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/unit/Makefile.am
Expand Up @@ -12,6 +12,6 @@ LIBS = $(CUTTER_LIBS) $(GROONGA_LIBS) $(MECAB_LIBS)

DRIVER_SRC = ../../driver.c

test_start_stop_la_SOURCES = $(DRIVER_SRC) test-start-stop.c
test_driver_la_SOURCES = $(DRIVER_SRC) test-driver.c
test_api_sample_la_SOURCES = api-sample.c
test_start_stop_la_SOURCES = $(DRIVER_SRC) test_start_stop.c
test_driver_la_SOURCES = $(DRIVER_SRC) test_driver.c
test_api_sample_la_SOURCES = api_sample.c
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d9f1fed

Please sign in to comment.