mirror of
https://github.com/eddyem/stm32samples.git
synced 2025-12-06 18:55:13 +03:00
13 lines
267 B
Bash
Executable File
13 lines
267 B
Bash
Executable File
#!/bin/bash
|
|
|
|
gcc hashgen.c -o hashgen -lusefull_macros
|
|
./hashgen -d testdic -H hdr.h -S hdr.c -F
|
|
gcc hdr.c test.c strfunc.c -o test
|
|
./test "time 54 = some"
|
|
./test "voltage12 more"
|
|
./test "esw45 = some text"
|
|
./test "goto 55 = "
|
|
./test "stop 3256"
|
|
./test "mcut"
|
|
|