File tree 11 files changed +12
-20
lines changed
11 files changed +12
-20
lines changed Original file line number Diff line number Diff line change 6
6
LIBS :=
7
7
SCRIPT :=
8
8
COMMON := common
9
-
10
9
# ----------------------------------------------------------#
11
10
include $(COMMON ) /stateos/make/stm32f4discovery/makefile.gnucc
12
11
# ----------------------------------------------------------#
Original file line number Diff line number Diff line change 7
7
echo $file
8
8
cp $file examples/main.c
9
9
touch examples/main.c
10
- make -f examples .make all
10
+ make -f .example-test .make all
11
11
rm -f examples/main.*
12
12
done
13
13
16
16
echo $file
17
17
cp $file examples/main.cpp
18
18
touch examples/main.cpp
19
- make -f examples .make all
19
+ make -f .example-test .make all
20
20
rm -f examples/main.*
21
21
done
22
22
23
- make -f examples .make clean
23
+ make -f .example-test .make clean
Original file line number Diff line number Diff line change 46
46
- name : check arm-none-eabi-gcc version
47
47
run : arm-none-eabi-gcc -v
48
48
- name : make test
49
- run : bash ./.test.sh
50
- unit :
51
- name : unit test
49
+ run : bash ./.example- test.sh
50
+ stdcxx :
51
+ name : stdc++ test
52
52
runs-on : ubuntu-latest
53
53
steps :
54
54
- name : checkout repository
62
62
- name : check arm-none-eabi-gcc version
63
63
run : arm-none-eabi-gcc -v
64
64
- name : make test
65
- run : make all -f test.make
66
- stdcxx :
67
- name : stdc++ test
65
+ run : bash ./.stdc++- test.sh
66
+ unit :
67
+ name : unit test
68
68
runs-on : ubuntu-latest
69
69
steps :
70
70
- name : checkout repository
78
78
- name : check arm-none-eabi-gcc version
79
79
run : arm-none-eabi-gcc -v
80
80
- name : make test
81
- run : bash ./. test++.sh
81
+ run : make all -f .unit- test.make
Original file line number Diff line number Diff line change 6
6
LIBS :=
7
7
SCRIPT :=
8
8
COMMON := common
9
-
10
9
# ----------------------------------------------------------#
11
10
include $(COMMON ) /stateos/make/stm32f4discovery/makefile.gnucc
12
11
# ----------------------------------------------------------#
Original file line number Diff line number Diff line change 7
7
echo $file
8
8
cp $file stdc++/main.cpp
9
9
touch stdc++/main.cpp
10
- make -f stdc++.make all
10
+ make -f . stdc++-test .make all
11
11
rm -f stdc++/main.*
12
12
done
13
13
14
- make -f stdc++.make clean
14
+ make -f . stdc++-test .make clean
Original file line number Diff line number Diff line change 6
6
LIBS :=
7
7
SCRIPT :=
8
8
COMMON := common
9
-
10
9
# ----------------------------------------------------------#
11
10
include $(COMMON ) /stateos/make/stm32f4discovery/makefile.gnucc
12
11
# ----------------------------------------------------------#
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ SRCS := src/main.c
6
6
LIBS :=
7
7
SCRIPT :=
8
8
COMMON := common
9
-
10
9
#----------------------------------------------------------#
11
10
include $(COMMON)/stateos/make/stm32f4discovery/makefile.armcc
12
11
#----------------------------------------------------------#
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ SRCS := src/main.cpp
6
6
LIBS :=
7
7
SCRIPT :=
8
8
COMMON := common
9
-
10
9
#----------------------------------------------------------#
11
10
include $(COMMON)/stateos/make/stm32f4discovery/makefile.clang
12
11
#----------------------------------------------------------#
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ SRCS := src/main.c
6
6
LIBS :=
7
7
SCRIPT :=
8
8
COMMON := common
9
-
10
9
#----------------------------------------------------------#
11
10
include $(COMMON)/stateos/make/stm32f4discovery/makefile.csmcc
12
11
#----------------------------------------------------------#
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ SRCS := src/main.cpp
6
6
LIBS :=
7
7
SCRIPT :=
8
8
COMMON := common
9
-
10
9
#----------------------------------------------------------#
11
10
include $(COMMON)/stateos/make/stm32f4discovery/makefile.gnucc
12
11
#----------------------------------------------------------#
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ SRCS := src/main.c
6
6
LIBS :=
7
7
SCRIPT :=
8
8
COMMON := common
9
-
10
9
#----------------------------------------------------------#
11
10
include $(COMMON)/stateos/make/stm32f4discovery/makefile.iarcc
12
11
#----------------------------------------------------------#
You can’t perform that action at this time.
0 commit comments