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
e07e0232
Commit
e07e0232
authored
Apr 29, 2018
by
David Reid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update build scripts for tests.
parent
9e14a9f8
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
5 deletions
+17
-5
tests/mal_build_tests_bsd
tests/mal_build_tests_bsd
+8
-0
tests/mal_build_tests_emscripten.bat
tests/mal_build_tests_emscripten.bat
+0
-0
tests/mal_build_tests_linux
tests/mal_build_tests_linux
+9
-0
tests/mal_build_tests_win32.bat
tests/mal_build_tests_win32.bat
+0
-0
tests/mal_test_0_build
tests/mal_test_0_build
+0
-3
tests/mal_test_0_build_bsd
tests/mal_test_0_build_bsd
+0
-2
No files found.
tests/mal_build_tests_bsd
0 → 100755
View file @
e07e0232
cc mal_test_0.c -o ./bin/mal_test_0 -Wall -lpthread -lm
c++ mal_test_0.c -o ./bin/mal_test_0_cpp -Wall -lpthread -lm
cc mal_profiling.c -o ./bin/mal_profiling -Wall -lpthread -lm
c++ mal_profiling.c -o ./bin/mal_profiling_cpp -Wall -lpthread -lm
cc mal_dithering.c -o ./bin/mal_dithering -Wall -lpthread -lm
c++ mal_dithering.c -o ./bin/mal_dithering_cpp -Wall -lpthread -lm
tests/mal_
test_0_build
_emscripten.bat
→
tests/mal_
build_tests
_emscripten.bat
View file @
e07e0232
File moved
tests/mal_build_tests_linux
0 → 100644
View file @
e07e0232
#!/bin/bash
cc mal_test_0.c
-o
./bin/mal_test_0
-Wall
-ldl
-lpthread
-lm
c++ mal_test_0.c
-o
./bin/mal_test_0_cpp
-Wall
-ldl
-lpthread
-lm
cc mal_profiling.c
-o
./bin/mal_profiling
-Wall
-ldl
-lpthread
-lm
c++ mal_profiling.c
-o
./bin/mal_profiling_cpp
-Wall
-ldl
-lpthread
-lm
cc mal_dithering.c
-o
./bin/mal_dithering
-Wall
-ldl
-lpthread
-lm
c++ mal_dithering.c
-o
./bin/mal_dithering_cpp
-Wall
-ldl
-lpthread
-lm
\ No newline at end of file
tests/mal_
test_0_build
.bat
→
tests/mal_
build_tests_win32
.bat
View file @
e07e0232
File moved
tests/mal_test_0_build
deleted
100644 → 0
View file @
9e14a9f8
#!/bin/bash
cc mal_test_0.c
-o
./bin/mal_test_0
-Wall
-ldl
-lpthread
-lm
c++ mal_test_0.cpp
-o
./bin/mal_test_0_cpp
-Wall
-ldl
-lpthread
-lm
\ No newline at end of file
tests/mal_test_0_build_bsd
deleted
100755 → 0
View file @
9e14a9f8
cc mal_test_0.c -o ./bin/mal_test_0 -Wall -lpthread -lm
c++ mal_test_0.cpp -o ./bin/mal_test_0_cpp -Wall -lpthread -lm
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