Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
miniaudio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
miniaudio
Commits
7d21d3e7
Commit
7d21d3e7
authored
Feb 10, 2020
by
David Reid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stop version controlling test build scripts.
parent
1246c4a8
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
53 deletions
+0
-53
tests/ma_build_tests_bsd
tests/ma_build_tests_bsd
+0
-8
tests/ma_build_tests_emscripten.bat
tests/ma_build_tests_emscripten.bat
+0
-2
tests/ma_build_tests_linux
tests/ma_build_tests_linux
+0
-11
tests/ma_build_tests_mac
tests/ma_build_tests_mac
+0
-9
tests/ma_build_tests_rpi
tests/ma_build_tests_rpi
+0
-9
tests/ma_build_tests_win32.bat
tests/ma_build_tests_win32.bat
+0
-14
No files found.
tests/ma_build_tests_bsd
deleted
100755 → 0
View file @
1246c4a8
cc ma_test_0.c -o ./bin/ma_test_0 -Wall -lpthread -lm
c++ ma_test_0.c -o ./bin/ma_test_0_cpp -Wall -lpthread -lm
cc ma_profiling.c -o ./bin/ma_profiling -Wall -lpthread -lm
c++ ma_profiling.c -o ./bin/ma_profiling_cpp -Wall -lpthread -lm
cc ma_dithering.c -o ./bin/ma_dithering -Wall -lpthread -lm
c++ ma_dithering.c -o ./bin/ma_dithering_cpp -Wall -lpthread -lm
tests/ma_build_tests_emscripten.bat
deleted
100644 → 0
View file @
1246c4a8
::emcc ./ma_test_0.c -o ./bin/ma_test_0_emscripten.html -s WASM=0 -Wall
emcc
./ma_duplex.c
-o
./bin/ma_duplex.html
-s
WASM
=
0
-Wall
\ No newline at end of file
tests/ma_build_tests_linux
deleted
100644 → 0
View file @
1246c4a8
#!/bin/bash
cc ma_test_0.c
-o
./bin/ma_test_0
-Wall
-ldl
-lpthread
-lm
c++ ma_test_0.c
-o
./bin/ma_test_0_cpp
-Wall
-ldl
-lpthread
-lm
cc ma_profiling.c
-o
./bin/ma_profiling
-Wall
-ldl
-lpthread
-lm
c++ ma_profiling.c
-o
./bin/ma_profiling_cpp
-Wall
-ldl
-lpthread
-lm
cc ma_dithering.c
-o
./bin/ma_dithering
-Wall
-ldl
-lpthread
-lm
c++ ma_dithering.c
-o
./bin/ma_dithering_cpp
-Wall
-ldl
-lpthread
-lm
cc ma_duplex.c
-o
./bin/ma_duplex
-Wall
-ldl
-lpthread
-lm
tests/ma_build_tests_mac
deleted
100755 → 0
View file @
1246c4a8
cc ma_test_0.c -o ./bin/ma_test_0 -Wall -lpthread -lm
c++ ma_test_0.c -o ./bin/ma_test_0_cpp -Wall -lpthread -lm
cc ma_profiling.c -o ./bin/ma_profiling -Wall -lpthread -lm
c++ ma_profiling.c -o ./bin/ma_profiling_cpp -Wall -lpthread -lm
cc ma_dithering.c -o ./bin/ma_dithering -Wall -lpthread -lm
c++ ma_dithering.c -o ./bin/ma_dithering_cpp -Wall -lpthread -lm
tests/ma_build_tests_rpi
deleted
100755 → 0
View file @
1246c4a8
#!/bin/bash
cc ma_test_0.c
-o
./bin/ma_test_0
-Wall
-ldl
-lpthread
-lm
c++ ma_test_0.c
-o
./bin/ma_test_0_cpp
-Wall
-ldl
-lpthread
-lm
cc ma_profiling.c
-o
./bin/ma_profiling
-Wall
-ldl
-lpthread
-lm
-mfpu
=
neon
-O2
c++ ma_profiling.c
-o
./bin/ma_profiling_cpp
-Wall
-ldl
-lpthread
-lm
-mfpu
=
neon
-O2
cc ma_dithering.c
-o
./bin/ma_dithering
-Wall
-ldl
-lpthread
-lm
c++ ma_dithering.c
-o
./bin/ma_dithering_cpp
-Wall
-ldl
-lpthread
-lm
\ No newline at end of file
tests/ma_build_tests_win32.bat
deleted
100644 → 0
View file @
1246c4a8
@echo
off
SET
c_compiler
=
gcc
SET
cpp_compiler
=
g
++
SET
options
=
-Wall
@echo
on
%c_compiler%
ma_test_0
.c
-o
./bin/ma_test_0.exe
%options%
%cpp_compiler%
ma_test_0
.cpp
-o
./bin/ma_test_0_cpp.exe
%options%
%c_compiler%
ma_profiling
.c
-o
./bin/ma_profiling.exe
%options%
-s -O
2
%cpp_compiler%
ma_profiling
.c
-o
./bin/ma_profiling_cpp.exe
%options%
-s -O
2
%c_compiler%
ma_dithering
.c
-o
./bin/ma_dithering.exe
%options%
%cpp_compiler%
ma_dithering
.c
-o
./bin/ma_dithering_cpp.exe
%options%
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment