aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/vm/page-merge-mm.c
blob: 908c71c61d916fcf25317c0072ff9c5eb6496930 (plain) (blame)
1
2
3
4
5
6
7
8
#include "tests/main.h"
#include "tests/vm/parallel-merge.h"

void
test_main (void) 
{
  parallel_merge ("child-qsort-mm", 80);
}