Skip to content

Commit bb9bf2d

Browse files
committed
Rename main.t to main.test
This file should not longer displayed as perl file on github
1 parent 16d0feb commit bb9bf2d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build: clean test $(ALL)
1313

1414
# cram is a python app, so 'easy_install/pip install cram' to run tests
1515
test:
16-
cram tests/*.t
16+
cram tests/main.test
1717

1818
clean:
1919
rm -f $(ALL)
File renamed without changes.

0 commit comments

Comments
 (0)