Skip to content

Commit

Permalink
Renaming files.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasMatthias committed Jun 5, 2021
1 parent 1110e2a commit 3bb33ab
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 21 deletions.
12 changes: 6 additions & 6 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ TEST_FILES = \
test-flare-doc.lua \
test-flare-page.lua \
test-flare-keyval.lua \
test-flare-format-obj1.lua \
test-flare-format-obj2.lua \
test-flare-format-annot1.lua \
test-flare-format-annot2.lua \
test-flare-format-annot3.lua \
test-flare-obj1.lua \
test-flare-obj2.lua \
test-flare-annot1.lua \
test-flare-annot2.lua \
test-flare-annot3.lua \
test-flare-dest.lua \
test-flare-action.lua

Expand Down Expand Up @@ -54,7 +54,7 @@ $(MODULE_FILES):
.PHONY: clean distclean
clean:
rm -f *.aux *.log
rm -f luacov.stats.out $(TEST_FILES:.lua=.run)
rm -f luacov.stats.out $(TEST_FILES:.lua=.run) $(TEST_FILES:.lua=.pdf)

distclean: clean
rm -f -r auto
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\RequirePackage{luatexbase}

\directlua{
require('test-flare-format-obj2')
require('test-flare-annot1')
}
\stop

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\RequirePackage{luatexbase}

\directlua{
require('test-flare-format-obj1')
require('test-flare-annot2')
}
\stop

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\RequirePackage{luatexbase}

\directlua{
require('test-flare-format-annot2')
require('test-flare-annot3')
}
\stop

Expand Down
11 changes: 0 additions & 11 deletions test/test-flare-format-annot1.tex

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\RequirePackage{luatexbase}

\directlua{
require('test-flare-format-annot3')
require('test-flare-obj1')
}
\stop

Expand Down
File renamed without changes.
11 changes: 11 additions & 0 deletions test/test-flare-obj2.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
\RequirePackage{luatexbase}

\directlua{
require('test-flare-obj2')
}
\stop

%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End:

0 comments on commit 3bb33ab

Please sign in to comment.