Skip to content

Commit 0220433

Browse files
committed
fbc-tests: rename tests/cpp/*-mangle.* to tests/cpp/mangle-*.*
1 parent dd24574 commit 0220433

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.

tests/cpp/mangle.bmk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# TEST_MODE : MULTI_MODULE_OK
22

3-
MAIN := fbc-mangle.bas
3+
MAIN := mangle-fbc.bas
44
SRCS :=
55

6-
EXTRA_OBJS := cpp-mangle.o
6+
EXTRA_OBJS := mangle-cpp.o
77

8-
$(SRCDIR)cpp-mangle.o : $(SRCDIR)cpp-mangle.cpp
8+
$(SRCDIR)mangle-cpp.o : $(SRCDIR)mangle-cpp.cpp
99
# Pass $(CFLAGS) to get -m32 or -m64 as required
1010
$(CXX) -c $(CFLAGS) -o $@ $^

0 commit comments

Comments
 (0)