nuttx-apps/testing
hujun5 748a4d6b8f fix compile error
Error: smp_call.c:36:31: error: 'g_call_data' defined but not used [-Werror=unused-variable]
   36 | static struct smp_call_data_s g_call_data;
      |                               ^~~~~~~~~~~
cc1: all warnings being treated as errors
make[2]: *** [/github/workspace/sources/apps/Application.mk:237: smp_call.c.github.workspace.sources.apps.testing.ostest.o] Error 1
make[2]: Target 'all' not remade because of errors.
make[1]: *** [Makefile:52: /github/workspace/sources/apps/testing/ostest_all] Error 2
make[1]: Target 'all' not remade because of errors.
make: *** [tools/LibTargets.mk:248: /github/workspace/sources/apps/libapps.a] Error 2
make: Target 'all' not remade because of errors.
/github/workspace/sources/nuttx/tools/testbuild.sh: line 385: /github/workspace/sources/nuttx/../nuttx/nuttx.manifest: No such file or directory

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2024-11-06 17:28:18 +08:00
..
arch_libc cmake:port testing applications to CMake build 2024-06-29 22:31:03 +08:00
atomic cmake:port testing applications to CMake build 2024-06-29 22:31:03 +08:00
cachetest cachetest:Tools for testing cache and uncacheable 2024-08-07 10:03:16 +08:00
cmocka testing/cmocka: shuffling test sequence and pass seed arg 2024-10-27 20:01:51 +08:00
cpuload testing/cpuload: increase thread prio 2024-08-24 11:12:16 +08:00
crypto testing/hash: add hash test case for updating huge block once 2024-09-30 14:15:21 +08:00
cxxsize cxxsize: Updata code size. 2024-10-16 17:10:33 +02:00
cxxtest cxxtest: optional stream test. 2024-10-16 07:20:47 +08:00
drivertest testing/pm_smp: delay_yield ticks 1->2, avoid idle canot run one cycle 2024-10-28 22:51:12 +08:00
epoll cmake:port testing applications to CMake build 2024-06-29 22:31:03 +08:00
fatutf8 testing/fatutf8:fix Out of bounds writing 2024-10-27 22:30:39 +08:00
fdsantest cmake:port testing applications to CMake build 2024-06-29 22:31:03 +08:00
fff porting fake function framework 2024-08-17 13:46:03 +08:00
fftest testing/fftest: add Force feedback driver test 2024-09-09 14:16:16 +08:00
fmemopen cmake:port testing applications to CMake build 2024-06-29 22:31:03 +08:00
fopencookie remove testing/xxx/README.md. Migrated to Documentation/applications/testing 2023-10-30 10:00:01 +08:00
fstest fstest: Add header to fix build issues 2024-10-16 07:17:20 +08:00
getprime apps: Fix compilation error after nuttx/arch.h excluded. 2024-10-16 07:12:40 +08:00
himem_test testing/himem_test: Verify the creation of himem and read/write character devices, 2024-08-22 15:18:24 +08:00
irtest cmake:port testing applications to CMake build 2024-06-29 22:31:03 +08:00
kasantest kasantest: Add some tests for legitimate and illegitimate operations of memory APIs 2024-10-22 23:14:50 +08:00
ltp pthread_cleanup: move clenup down to tls 2024-09-14 20:15:31 +08:00
memstress testing/memstress:Fix FAR prefix 2024-08-07 10:02:59 +08:00
memtester cmake:port testing applications to CMake build 2024-06-29 22:31:03 +08:00
mm testing: mm test will be skipped to prevent memory overflow 2024-10-17 23:29:41 +08:00
monkey testing/monkey: add screen offset config support 2024-10-09 22:40:15 +08:00
mtd_config_fs cmake:port testing applications to CMake build 2024-06-29 22:31:03 +08:00
nand_sim cmake:port testing applications to CMake build 2024-06-29 22:31:03 +08:00
nist-sts cmake:port testing applications to CMake build 2024-06-29 22:31:03 +08:00
nxffs cmake:port testing applications to CMake build 2024-06-29 22:31:03 +08:00
open_memstream cmake:port testing applications to CMake build 2024-06-29 22:31:03 +08:00
ostest fix compile error 2024-11-06 17:28:18 +08:00
pcitest pci: add pcitest tool 2024-08-27 22:07:57 +08:00
ramtest testing/ramtest: Fix not updated CMake file 2024-09-20 10:55:06 +08:00
resmonitor resmonitor: add showinfo/filldisk/fillcpu/fillmem from test/ 2024-10-28 22:51:36 +08:00
scanftest cmake:port testing applications to CMake build 2024-06-29 22:31:03 +08:00
sd_bench testing/[sd_bench|sd_stress]: make print compatible for both 32-bit and 64-bit environment. 2024-07-04 17:43:32 +08:00
sd_stress testing/[sd_bench|sd_stress]: make print compatible for both 32-bit and 64-bit environment. 2024-07-04 17:43:32 +08:00
sensortest apps: use sizeof array in snprintf 2024-10-02 10:40:05 +02:00
setest cmake:port testing applications to CMake build 2024-06-29 22:31:03 +08:00
smart cmake:port testing applications to CMake build 2024-06-29 22:31:03 +08:00
smart_test testing/smart_test/smart_test.c: fix wrong offset in fseek 2024-07-04 01:12:44 +08:00
smp cmake: add smp test 2024-02-05 08:46:22 -08:00
stressapptest testing/stressapptest: fix: git status --ignore normalization check problem 2024-10-28 00:40:37 +01:00
testsuites fix nxstyle 2024-05-11 01:20:08 +08:00
timerjitter apps/testing: Introduce timerjitter test case 2024-10-16 17:09:51 +08:00
uclibcxx_test uclibcxx_test/Make.defs Fix mistakes in comments 2023-03-09 01:43:09 +08:00
unity cmake: add support for Unity 2024-03-23 22:12:46 +01:00
x86-64-ABI add x86-64-ABI/.gitignore 2024-10-29 12:30:42 +08:00
.gitignore Ensure all source code end with one and only one newline 2020-02-09 08:14:49 -06:00
CMakeLists.txt add initial cmake build system 2023-07-08 13:52:02 +08:00
Make.defs Makefiles: Mateusz Szafoni: update licenses to Apache 2021-06-07 21:35:33 -05:00
Makefile Makefiles: Mateusz Szafoni: update licenses to Apache 2021-06-07 21:35:33 -05:00